- macro preprocessor
- 宏预处理程序
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
Preprocessor — In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent… … Wikipedia
Macro (computer science) — A macro (from the Greek μάκρο for long or far) in computer science is a rule or pattern that specifies how a certain input sequence (often a sequence of characters) should be mapped to an output sequence (also often a sequence of characters)… … Wikipedia
C preprocessor — The C preprocessor (cpp) is the preprocessor for the C and C++ computer programming languages. The preprocessor handles directives for source file inclusion (#include), macro definitions (#define), and conditional inclusion (#if). In many C… … Wikipedia
Windows software trace preprocessor — The Windows software trace preprocessor (abbreviated WPP ; the preprocessor and related support tools are known as WPP Software Tracing ) is a preprocessor that simplifies the use of WMI event tracing to implement efficient software tracing in… … Wikipedia
Microsoft Macro Assembler — Developer(s) Microsoft Stable release 10.0.30319.1 / April 12, 2010; 18 months ago (2010 04 12) Operating system Microsoft Windows and MS DOS … Wikipedia
Hygienic macro — Hygienic macros are macros whose expansion is guaranteed not to cause collisions with existing symbol definitions. They are a feature of programming languages such as Scheme and Dylan. Contents 1 The hygiene problem 2 Strategies 3 Hygienic macro… … Wikipedia
General purpose macro processor — A general purpose macro processor is a macro processor that is not tied to, or integrated with, a particular language or piece of software.In its simplest form, a macro processor is a program that copies a stream of text from one place to another … Wikipedia
Variadic macro — A variadic macro is a feature of the C preprocessor whereby a macro may be declared to accept a varying number of arguments.Variable argument macros were introduced in the ISO/IEC 9899:1999 (C99) revision of the C Programming Language standard in … Wikipedia
Directive (programming) — In computer programming, the term directive is applied in a variety of ways that are similar to the term command. It is also used to describe some programming language constructs (e.g. those specifying how a compiler or assembler should process… … Wikipedia
GNU m4 — Infobox Software name = GNU m4 caption = developer = latest release version = 1.4.11 latest release date = latest preview version = latest preview date = operating system = Unix like platform = genre = m4 macro preprocessor license = GNU Lesser… … Wikipedia
PL/I — Infobox programming language name = PL/I logo = paradigm = imperative, structured year = 1964 designer = Hursley Laboratories developer = IBM latest release version = latest release date = typing = implementations = dialects = PL/M, XPL, PL/P,… … Wikipedia